home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / emacs_src_18_58.lha / emacs-18.58 / .emacs-menu.menu < prev    next >
Text File  |  1992-05-16  |  1KB  |  39 lines

  1. (("Project" ("Open" find-file ?O)
  2.         ("Save" save-buffer ?S)
  3.         ("Save As" write-file ?W)
  4.         ()
  5.         ("Quit" save-buffers-kill-emacs ?Q))
  6.  ("Edit" ("Undo" undo ?U)
  7.          ()
  8.      ("Mark" set-mark-command ?M)
  9.      ("Cut" kill-region ?X)
  10.      ("Copy" copy-region-as-kill ?C)
  11.      ("Paste" yank ?V)
  12.      ("Paste Previous" yank-pop))
  13.  ("Search" ("Find Forward" isearch-forward ?F)
  14.        ("Find Backward" isearch-backward ?B)
  15.        ()
  16.        ("Find Fwd Regexp" isearch-forward-regexp)
  17.        ("Find Bwd Regexp" isearch-backward-regexp)
  18.        ()
  19.        ("Query Replace" query-replace ?R)
  20.        ("Query Rpl Regexp" query-replace-regexp))
  21.  ("Window" ("Split" split-window-vertically ?2)
  22.        ("Split H" split-window-horizontally)
  23.        ()
  24.        ("One Window" delete-other-windows ?1)
  25.        ("Delete" delete-window ?0)
  26.        ()
  27.        ("Enlarge" enlarge-window ?E)
  28.        ("Next" other-window ?N))
  29.  ("Buffers" ("List" list-buffers)
  30.         ("Change" switch-to-buffer)
  31.         ("Kill" kill-buffer))
  32.  ("Help" ("Tutorial" help-with-tutorial ?T)
  33.          ("Information" info ?H)
  34.      ()
  35.      ("Where Is Command" where-is)
  36.      ("What Is Command" describe-function)
  37.      ("What Is Key" describe-key)
  38.      ("Apropos" command-apropos)))
  39.